Click or drag to resize

ServiceTentativelyAcceptMeetingRequest Method (IListTentativelyAcceptItem)

Tentatively accepts meeting requests.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> TentativelyAcceptMeetingRequest(
	IList<TentativelyAcceptItem> tentativelyAcceptItems
)

Parameters

tentativelyAcceptItems
Type: System.Collections.GenericIListTentativelyAcceptItem
The tentatively accept items.

Return Value

Type: IListItemInfoResponse
IList{ItemInfoResponse}.
See Also